Package | de.gematik.isik |
Resource Type | StructureDefinition |
Id | MedicationQuantity |
FHIR Version | R4 |
Source | https://simplifier.net/resolve?scope=de.gematik.isik@5.0.0&canonical=https://gematik.de/fhir/isik/StructureDefinition/MedicationQuantity |
URL | https://gematik.de/fhir/isik/StructureDefinition/MedicationQuantity |
Version | 5.0.0 |
Status | active |
Date | 2025-06-26 |
Name | MedicationQuantity |
Title | Medication Quantity |
Realm | de |
Authority | hl7 |
Description | Quantity Datentyp der die Nutzung von UCUM vorgibt. Bei dimensionslosen Einheiten wie 'Tablette' wird ein code von '1' erwartet, 'Tablette' kann als String in Unit hinterlegt werden. |
Type | Quantity |
Kind | complex-type |
StructureDefinition | |
ISiKMedikament | ISiKMedikament |
ISiKMedikationsInformation | ISiKMedikationsInformation |
ISiKMedikationsVerabreichung | ISiKMedikationsVerabreichung |
ISiKMedikationsVerordnung | ISiKMedikationsVerordnung |
No resources found
No narrative content found in resource
{ "resourceType": "StructureDefinition", "id": "MedicationQuantity", "url": "https://gematik.de/fhir/isik/StructureDefinition/MedicationQuantity", "version": "5.0.0", "name": "MedicationQuantity", "title": "Medication Quantity", "status": "active", "experimental": false, "date": "2025-06-26", "publisher": "gematik GmbH", "description": "Quantity Datentyp der die Nutzung von UCUM vorgibt. Bei dimensionslosen Einheiten wie 'Tablette' wird ein code von '1' erwartet, 'Tablette' kann als String in Unit hinterlegt werden.", "fhirVersion": "4.0.1", "kind": "complex-type", "abstract": false, "type": "Quantity", "baseDefinition": "http://hl7.org/fhir/StructureDefinition/SimpleQuantity", "derivation": "constraint", "differential": { "element": [ { "id": "Quantity.value", "path": "Quantity.value", "min": 1, "mustSupport": true }, { "id": "Quantity.unit", "path": "Quantity.unit", "mustSupport": true }, { "id": "Quantity.system", "path": "Quantity.system", "min": 1, "patternUri": "http://unitsofmeasure.org", "mustSupport": true }, { "id": "Quantity.code", "path": "Quantity.code", "min": 1, "mustSupport": true } ] } }